home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010921-20020314 / 000315_jaltman@watsun.cc.columbia.edu_Thu Jan 24 10:09:35 EST 2002.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  78 lines

  1. Article: 13151 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
  3. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: [Q] local echo again: K95 on Win98
  6. Date: 24 Jan 2002 03:57:37 GMT
  7. Organization: Columbia University
  8. Lines: 61
  9. Message-ID: <a2o0nh$slf$1@newsmaster.cc.columbia.edu>
  10. References: <a2h4ns$rlm$2@news.nuri.net> <8a794c4f.0201230633.42bd8fe7@posting.google.com> <a2n3hl$8nk$1@newsmaster.cc.columbia.edu> <8a794c4f.0201231930.7f66f539@posting.google.com>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1011844657 29359 128.59.39.2 (24 Jan 2002 03:57:37 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 24 Jan 2002 03:57:37 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13151
  16.  
  17. In article <8a794c4f.0201231930.7f66f539@posting.google.com>,
  18. onions <onions@kr01.piahost.net> wrote:
  19. : jaltman@watsun.cc.columbia.edu (Jeffrey Altman) wrote in message 
  20. : > : 
  21. : > : I have installed Win98 (not Win98 SE) and K95 works fine. 
  22. : > : All Win98 I am using are SE version. 
  23. : > : All Win98 SE showed the same symptom.
  24. : > : It seems that K95 and Win98 SE version are not maching each other. 
  25. : > 
  26. : > Kermit 95 works fine on Windows 98 SE.  I have it installed on my
  27. : > laptop.  So there is something else going on.  What language version 
  28. : > of Windows 98SE are you using?
  29. : > 
  30. : > What is your locale?
  31. : > 
  32. : It is Korean.
  33. : onions@kr01.piahost.net
  34.  
  35.  
  36. That is the differnce.  The Windows 98 system had a default locale of 
  37. a Western keyboard.  From:
  38.  
  39.   ftp://ftp.kermit.columbia.edu/kermit/k95/newbugs.txt
  40.  
  41. 620. Kermit 95 does not accept keyboard input on CJK Windows 95/98
  42.  
  43. CJK versions of Windows 95/98 do not (by default) install an Input
  44. Locale which supports any of the Latin Code Pages (CP 1250-1258).
  45. Since the Windows 95/98 Console mode does not support Unicode K95
  46. must perform translations of all keyboard events to one of the
  47. Latin Code Pages.  Without a translation table all keyboard events
  48. return error values and K95 is unable to process keyboard input.
  49.  
  50. In 1.1.20 and earlier, if an Input Locale for English, German, French,
  51. ... is installed it will still appear that input cannot be processed
  52. since the default Input Locale (CJK) does not include the Latin 
  53. alphabet.  Pressing Left Alt-Shift one or more times until the Latin
  54. language Input Locale is selected will allow for proper processing of
  55. keyboard input.
  56.  
  57. 1.1.21 and later will support the following behavior:
  58.  
  59.   . K95 will test each installed Input Locale until it finds one
  60.     that is able to translate the letter 'a'.  When it finds one
  61.     that can, it stops and uses that Input Locale as the default
  62.     for the session.
  63.  
  64.   . if no input locales are available that can properly translate
  65.     the letter 'a'; Kermit 95 will terminate with an error message
  66.     stating that an Input Locale must be installed.
  67.  
  68.   . K95 only performs this test if a user presses a key.  This way
  69.     if K95 is being run from a script or using stdin the test is
  70.     never performed.
  71.  
  72.  Jeffrey Altman * Sr.Software Designer      C-Kermit 8.0 available now!!!
  73.  The Kermit Project @ Columbia University   includes Telnet, FTP and HTTP
  74.  http://www.kermit-project.org/             secured with Kerberos, SRP, and 
  75.  kermit-support@columbia.edu                OpenSSL. Interfaces with OpenSSH
  76.